public class testSortTest { public static void main(String args[]) { testSort x = new testSort(); System.out.println(x.sort()); } }